From c3fc2d818a4cdc5a502fc8fe2e2e3ea3d52703c4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 19:47:11 -0800 Subject: [PATCH] * icomplete.el (icomplete-with-completion-tables): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/icomplete.el | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f50ee78aa1..3f196eb1646 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-09 Lars Ingebrigtsen + * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654). + * font-lock.el (font-lock-value-in-major-mode): Clarify the meaning of the parameter (bug#12282). diff --git a/lisp/icomplete.el b/lisp/icomplete.el index e3635a6216e..c3e9c678676 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -150,8 +150,9 @@ icompletion is occurring." (defcustom icomplete-with-completion-tables t "Specialized completion tables with which icomplete should operate. -Icomplete does not operate with any specialized completion tables -except those on this list." +If this variable is a list, Icomplete will not operate with any +specialized completion tables except those on this list. If this +variable is t, it won't restrict completion tables." :version "24.4" :type '(choice (const :tag "All" t) (repeat function))) -- 2.30.2